home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / emulation / frodo / src / locstrings.h < prev    next >
C/C++ Source or Header  |  1996-01-29  |  3KB  |  123 lines

  1. #ifndef LOCSTRINGS_H
  2. #define LOCSTRINGS_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_SCREENTITLE 0
  36. #define MSG_SCREENTITLESC 1
  37. #define MSG_PREFSTITLE 2
  38. #define MSG_PREFSTITLESC 3
  39. #define MSG_ABOUTTITLE 4
  40. #define MSG_ABOUTTITLESC 5
  41. #define MSG_ABOUT_REQ 6
  42. #define MSG_ABOUTSC_REQ 7
  43. #define MSG_REQTITLE 8
  44. #define MSG_REQGADS 9
  45. #define MSG_REQGADS2 10
  46. #define MSG_REQGADS3 11
  47. #define MSG_REQGADS4 12
  48. #define MSG_REQGADS5 13
  49. #define MSG_SCREENHAIL 14
  50. #define MSG_DIRHAIL 15
  51. #define MSG_D64HAIL 16
  52. #define MSG_PREFSHAIL 17
  53. #define MSG_REQGADS6 18
  54. #define MSG_NO68020 32
  55. #define MSG_NOMEM 33
  56. #define MSG_NOSCREEN 34
  57. #define MSG_NOKERNAL 35
  58. #define MSG_NOBASIC 36
  59. #define MSG_NOCHAR 37
  60. #define MSG_NOPARPORT 38
  61. #define MSG_NOTIMER 39
  62. #define MSG_ILLEGALOP 64
  63. #define MSG_JUMPTOIO 65
  64. #define MSG_UNSUPFLOPPYCMD 128
  65. #define MSG_OK_GAD 256
  66. #define MSG_SAVE_GAD 257
  67. #define MSG_CANCEL_GAD 258
  68. #define MSG_JOYSTICK1ON_GAD 259
  69. #define MSG_JOYSTICK2ON_GAD 260
  70. #define MSG_JOYSTICKSWAP_GAD 261
  71. #define MSG_GETDISPLAYID_GAD 262
  72. #define MSG_DISPLAYID_GAD 263
  73. #define MSG_SCREENTYPE_GAD 264
  74. #define MSG_NORMALCYCLES_GAD 265
  75. #define MSG_BADLINECYCLES_GAD 266
  76. #define MSG_CIACYCLES_GAD 267
  77. #define MSG_DIR8_GAD 268
  78. #define MSG_DIR9_GAD 269
  79. #define MSG_DIR10_GAD 270
  80. #define MSG_DIR11_GAD 271
  81. #define MSG_SIDTYPE_GAD 272
  82. #define MSG_OTHERIEC_GAD 273
  83. #define MSG_KEYBOARDYZ_GAD 274
  84. #define MSG_COLLISIONS_GAD 275
  85. #define MSG_MAPSLASH_GAD 276
  86. #define MSG_FASTRESET_GAD 277
  87. #define MSG_SKIPLATCH_GAD 278
  88. #define MSG_LIMITSPEED_GAD 279
  89. #define MSG_DIRECTVIDEO_GAD 280
  90. #define MSG_SPRITESON_GAD 281
  91. #define MSG_SIDTYPEOFF_LAB 282
  92. #define MSG_SIDTYPECARD_LAB 283
  93. #define MSG_SIDTYPEA64_LAB 284
  94. #define MSG_SIDTYPEPSID_LAB 285
  95. #define MSG_PROJECT_MENU 384
  96. #define MSG_OPEN_MENU 385
  97. #define MSG_SAVE_MENU 386
  98. #define MSG_SAVEAS_MENU 387
  99. #define MSG_ABOUT_MENU 388
  100. #define MSG_ABOUTSC_MENU 389
  101. #define MSG_OK_MENU 390
  102. #define MSG_CANCEL_MENU 391
  103. #define MSG_EMULATION_MENU 512
  104. #define MSG_SETTINGS_MENU 513
  105. #define MSG_SAM_MENU 514
  106. #define MSG_QUIT_MENU 515
  107.  
  108. #endif /* CATCOMP_NUMBERS */
  109.  
  110.  
  111. /****************************************************************************/
  112.  
  113.  
  114. struct LocaleInfo
  115. {
  116.     APTR li_LocaleBase;
  117.     APTR li_Catalog;
  118. };
  119.  
  120.  
  121.  
  122. #endif /* LOCSTRINGS_H */
  123.